home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Programming
/
Triton
/
Source
/
classes
/
button.pub3
< prev
next >
Wrap
Text File
|
1998-05-23
|
777b
|
15 lines
/* class_Button */
#define TROB_Button (TRTG_CLS+0x31) /* A BOOPSI button gadget */
#define TRBU_RETURNOK 0x00010000L /* <Return> answers the button */
#define TRBU_ESCOK 0x00020000L /* <Esc> answers the button */
#define TRBU_SHIFTED 0x00040000L /* Shifted shortcut only */
#define TRBU_UNSHIFTED 0x00080000L /* Unshifted shortcut only */
#define TRBU_YRESIZE 0x00100000L /* Button resizeable in Y direction */
#define TRBT_TEXT 0L /* Text button */
#define TRBT_GETFILE 1L /* GetFile button */
#define TRBT_GETDRAWER 2L /* GetDrawer button */
#define TRBT_GETENTRY 3L /* GetEntry button */